[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
atan2(y,x)                   arc-tangent

    Return arc-tangent of y/x,  -. to .. If  DEGREES TRUE return result  in
    degrees, else return result in radians.

    DEGREES = TRUE;
    atan2(1,1) == 45
    atan2(-1,0) == 180
    DEGREES = FALSE;
    atan2(-1,0) == pi

See Also: acos asin cos sin cosh sinh DEGREES
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson